runtime.p.mcache (field)

17 uses

	runtime (current package)
		mcache.go#L137: 		c = pp.mcache
		mgc.go#L691: 		if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
		mgc.go#L1203: 		pp.mcache.prepareForSweep()
		mgc.go#L1646: 		c := p.mcache
		mgc.go#L1691: 			pp.mcache.prepareForSweep()
		mgcmark.go#L1719: 		c := p.mcache
		mstats.go#L617: 	c := p.mcache
		proc.go#L5572: 	if pp.mcache == nil {
		proc.go#L5579: 			pp.mcache = mcache0
		proc.go#L5581: 			pp.mcache = allocmcache()
		proc.go#L5650: 	freemcache(pp.mcache)
		proc.go#L5651: 	pp.mcache = nil
		proc.go#L5752: 		gp.m.p.ptr().mcache.prepareForSweep()
		proc.go#L5841: 	pp.mcache.prepareForSweep()
		runtime2.go#L658: 	mcache      *mcache
		stack.go#L381: 			c := thisg.m.p.ptr().mcache
		stack.go#L494: 			c := gp.m.p.ptr().mcache